runtime.g.racectx (field)
12 uses
runtime (current package)
proc.go#L152: mp.g0.racectx = 0
proc.go#L806: gp.racectx, raceprocctx0 = raceinit()
proc.go#L2414: gp.racectx = racegostart(abi.FuncPCABIInternal(newextram) + sys.PCQuantum)
proc.go#L5086: newg.racectx = racegostart(callerpc)
runtime2.go#L505: racectx uintptr
time.go#L1064: if gp.racectx != 0 {
time.go#L1067: gp.racectx = gp.m.p.ptr().timers.raceCtx
time.go#L1121: gp.racectx = 0
trace.go#L790: if getg().racectx != 0 {
trace.go#L793: getg().racectx = getg().m.curg.racectx
trace.go#L796: defer func() { getg().racectx = 0 }()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |